home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / a_to_d / core1a / ctetime.dfm / ctetime.txt
Encoding:
Text File  |  1996-09-15  |  2.4 KB  |  129 lines

  1. object TimeTextEditorDlg: TTimeTextEditorDlg
  2.   Left = 395
  3.   Top = 583
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = OKBtn
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsDialog
  9.   Caption = 'CoreTools TTime Editor'
  10.   ClientHeight = 136
  11.   ClientWidth = 238
  12.   Font.Color = clBlack
  13.   Font.Height = -14
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = [fsBold]
  16.   FormStyle = fsStayOnTop
  17.   PixelsPerInch = 120
  18.   Position = poScreenCenter
  19.   TextHeight = 16
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 10
  23.     Width = 225
  24.     Height = 79
  25.     Shape = bsFrame
  26.     IsControl = True
  27.   end
  28.   object Label1: TLabel
  29.     Left = 16
  30.     Top = 16
  31.     Width = 65
  32.     Height = 16
  33.     Alignment = taCenter
  34.     AutoSize = False
  35.     Caption = 'Hours'
  36.   end
  37.   object Label2: TLabel
  38.     Left = 88
  39.     Top = 16
  40.     Width = 65
  41.     Height = 16
  42.     Alignment = taCenter
  43.     AutoSize = False
  44.     Caption = 'Minutes'
  45.   end
  46.   object Label3: TLabel
  47.     Left = 160
  48.     Top = 16
  49.     Width = 65
  50.     Height = 16
  51.     Alignment = taCenter
  52.     AutoSize = False
  53.     Caption = 'Seconds'
  54.   end
  55.   object OKBtn: TBitBtn
  56.     Left = 33
  57.     Top = 98
  58.     Width = 95
  59.     Height = 33
  60.     Caption = '&OK'
  61.     TabOrder = 3
  62.     Kind = bkOK
  63.     Margin = 2
  64.     Spacing = -1
  65.     IsControl = True
  66.   end
  67.   object CancelBtn: TBitBtn
  68.     Left = 137
  69.     Top = 97
  70.     Width = 95
  71.     Height = 33
  72.     Caption = '&Cancel'
  73.     TabOrder = 4
  74.     Kind = bkCancel
  75.     Margin = 2
  76.     Spacing = -1
  77.     IsControl = True
  78.   end
  79.   object HoursEditor: TSpinEdit
  80.     Left = 16
  81.     Top = 32
  82.     Width = 65
  83.     Height = 47
  84.     Color = clTeal
  85.     Font.Color = clBlack
  86.     Font.Height = -30
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = [fsBold]
  89.     MaxValue = 23
  90.     MinValue = 0
  91.     ParentFont = False
  92.     TabOrder = 0
  93.     Value = 0
  94.   end
  95.   object MinutesEditor: TSpinEdit
  96.     Left = 88
  97.     Top = 32
  98.     Width = 65
  99.     Height = 47
  100.     Color = clTeal
  101.     Font.Color = clBlack
  102.     Font.Height = -30
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = [fsBold]
  105.     MaxValue = 59
  106.     MinValue = 0
  107.     ParentFont = False
  108.     TabOrder = 1
  109.     Value = 0
  110.   end
  111.   object SecondsEditor: TSpinEdit
  112.     Left = 160
  113.     Top = 32
  114.     Width = 65
  115.     Height = 47
  116.     Color = clTeal
  117.     Font.Color = clBlack
  118.     Font.Height = -30
  119.     Font.Name = 'MS Sans Serif'
  120.     Font.Style = [fsBold]
  121.     Increment = 2
  122.     MaxValue = 58
  123.     MinValue = 0
  124.     ParentFont = False
  125.     TabOrder = 2
  126.     Value = 0
  127.   end
  128. end
  129.